From 005af272481f43a9c075cc0278b949213fd1ee8e Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 1 Nov 2024 18:13:47 -0400 Subject: feat: Created bigresult.py to house important bot logic. Changed bot structure so it is no longer a just wall of decorators, now it is a subclass. Also Created .env for storing important data. --- .env | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .env (limited to '.env') diff --git a/.env b/.env new file mode 100644 index 0000000..83b508a --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +DISCORD_TOKEN=MTMwMTcwNjIwNTE4NTQ0NTkwOQ.G97xsa.7jLRHy6lfrjroRAGiyHFjjfpWiALwKvNLwfUgQ +DISCORD_GUILD=meme dump place \ No newline at end of file -- cgit v1.2.3