From c9a1a9db2fe3f71a46fdffc2f1cf601105503f45 Mon Sep 17 00:00:00 2001 From: Christian Paul <christianp@matrix.org> Date: Wed, 9 Dec 2020 16:36:16 +0100 Subject: [PATCH] e.g.g -> e.g. --- config/config.sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.yaml b/config/config.sample.yaml index 9f66f8f..bda0f1c 100644 --- a/config/config.sample.yaml +++ b/config/config.sample.yaml @@ -40,7 +40,7 @@ auth: # This MUST be a string (wrapped in quotes) clientID: "12345" botToken: "foobar" - # You must enable "Privileged Gateway Intents" in your bot settings on discord.com (e.g.g https://discord.com/developers/applications/12345/bot) + # You must enable "Privileged Gateway Intents" in your bot settings on discord.com (e.g. https://discord.com/developers/applications/12345/bot) # for this to work usePrivilegedIntents: false logging: -- GitLab