diff --git a/GeoffreyBot/geoffrey.py b/GeoffreyBot/geoffrey.py index 99ea5ce..6be3633 100644 --- a/GeoffreyBot/geoffrey.py +++ b/GeoffreyBot/geoffrey.py @@ -30,8 +30,8 @@ class GeoffreyBot(commands.Bot): self.base_url = base_url self.api_token = api_token - settings_url = base_url + '/GeoffreyApp/api/settings/' - command_list_url = base_url + '/GeoffreyApp/api/command/commands' + settings_url = base_url + 'api/settings/' + command_list_url = base_url + 'api/command/commands' logger.info("Connecting to the Geoffrey API... ")