diff --git a/testauth/settings/local.py b/testauth/settings/local.py index 88bbad75..62d3c133 100644 --- a/testauth/settings/local.py +++ b/testauth/settings/local.py @@ -118,3 +118,6 @@ ####################################### # Add any custom settings below here. # ####################################### + +# Discord +DISCORD_GUILD_ID = "1234567890" diff --git a/testauth/settings/testing/local.py b/testauth/settings/testing/local.py index 88bbad75..62d3c133 100644 --- a/testauth/settings/testing/local.py +++ b/testauth/settings/testing/local.py @@ -118,3 +118,6 @@ ####################################### # Add any custom settings below here. # ####################################### + +# Discord +DISCORD_GUILD_ID = "1234567890"