From 3e7491782496b8e86c4add30b5222d603cb5196d Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 29 Apr 2021 08:42:17 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d447d68..45ec9b0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Anyone in your server can place a guess - but only once! Eternal Guesses makes use of Discord slash-commands, which means the commands are auto-completed by your server. +# Installing + +Invite the bot to your server by clicking the link below: + +https://discord.com/api/oauth2/authorize?client_id=800097006251933706&permissions=0&scope=bot + # Usage ## Global commands @@ -66,12 +72,6 @@ Adds a role to the list of management roles. Anyone with this role can run manag Removes a role from the list of management roles. -# Installing - -Invite the bot to your server by clicking the link below: - -https://discord.com/api/oauth2/authorize?client_id=800097006251933706&permissions=0&scope=bot - # Developing Most development will happen in the `discord_app` repository, which is where all the functional logic lives.