From 7d28581915a56c538d451a486177d60489fb4f1e Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Wed, 6 May 2020 19:20:52 +0100 Subject: [PATCH] Fix 'authentification' typo (#3823) --- redbot/core/core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 81fdd6a27..b3f1ea400 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -571,7 +571,7 @@ class Core(commands.Cog, CoreLogic): For that, you need to provide a valid permissions level. You can generate one here: https://discordapi.com/permissions.html - Please note that you might need two factor authentification for\ + Please note that you might need two factor authentication for\ some permissions. """ await self.bot._config.invite_perm.set(level)