diff --git a/config.py b/config.py new file mode 100644 index 0000000..0282e82 --- /dev/null +++ b/config.py @@ -0,0 +1,7 @@ +config = { + "IP" : '', + "PORT" : '', + "Number_of_player" : '', + "webhook" : '', + "title" : '' + } \ No newline at end of file diff --git a/discord.py b/discord.py deleted file mode 100644 index e69de29..0000000