From c4b9acdf87f11f138994cb8fea50e9d6bd07455d Mon Sep 17 00:00:00 2001 From: Elouan Grimm Date: Tue, 29 Oct 2024 19:45:43 +0200 Subject: [PATCH] ok this is the last one --- bot.py | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 0e07dbb..a163d25 100644 --- a/bot.py +++ b/bot.py @@ -4,6 +4,7 @@ import random import datetime import requests +import re # Made By Elouan Grimm diff --git a/requirements.txt b/requirements.txt index a7a5dda..5ad3327 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ discord.py -requests \ No newline at end of file +requests +re \ No newline at end of file