removed nextcloud remninants
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
DISCORD_TOKEN=
|
DISCORD_TOKEN=
|
||||||
PIXELGET_TOKEN=
|
PIXELGET_TOKEN=
|
||||||
COPYPARTY_TOKEN=
|
COPYPARTY_TOKEN=
|
||||||
NEXTCLOUD_TOKEN=
|
|
||||||
@@ -27,7 +27,6 @@ load_dotenv()
|
|||||||
TOKEN = os.getenv('DISCORD_TOKEN')
|
TOKEN = os.getenv('DISCORD_TOKEN')
|
||||||
pixelget_token = os.getenv('PIXELGET_TOKEN')
|
pixelget_token = os.getenv('PIXELGET_TOKEN')
|
||||||
copyparty_token = os.getenv('COPYPARTY_TOKEN')
|
copyparty_token = os.getenv('COPYPARTY_TOKEN')
|
||||||
nextcloud_token = os.getenv('NEXTCLOUD_TOKEN')
|
|
||||||
|
|
||||||
#Bot intents
|
#Bot intents
|
||||||
intents = discord.Intents.default()
|
intents = discord.Intents.default()
|
||||||
|
|||||||
Reference in New Issue
Block a user