diff --git a/src/client/Client.js b/src/client/Client.js
index f46a00f95..c0b56f66d 100644
--- a/src/client/Client.js
+++ b/src/client/Client.js
@@ -395,8 +395,9 @@ class Client extends EventEmitter {
* Bots can only fetch their own profile.
* @param {Snowflake} [id='@me'] ID of application to fetch
* @returns {Promise}
+ * @example
* client.fetchApplication()
- * .then(application => console.log(`Obtained application with name: ${application.name}`)
+ * .then(application => console.log(`Obtained application with name: ${application.name}`))
* .catch(console.error);
*/
fetchApplication(id = '@me') {