From 76856b967af1f9d467451b229822b8a03d76e29f Mon Sep 17 00:00:00 2001 From: GodderE2D <55918888+GodderE2D@users.noreply.github.com> Date: Wed, 27 Oct 2021 03:04:10 +1100 Subject: [PATCH] docs(Application): rename Oauth2Application to Application (#6891) --- src/structures/interfaces/Application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/interfaces/Application.js b/src/structures/interfaces/Application.js index 3cfa051df..56c5392e4 100644 --- a/src/structures/interfaces/Application.js +++ b/src/structures/interfaces/Application.js @@ -115,7 +115,7 @@ class Application extends Base { /** * When concatenated with a string, this automatically returns the application's name instead of the - * Oauth2Application object. + * Application object. * @returns {?string} * @example * // Logs: Application name: My App