Skip to content

Commit b66d2d1

Browse files
committed
chore(deps): migrate to PycordUtils
1 parent 5b99b35 commit b66d2d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bot.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import random
88
import re
99
import asyncio
10-
import DiscordUtils
10+
import PycordUtils
1111
import io
1212
import sr_api
1313
import humanize
@@ -113,7 +113,7 @@ class Pools:
113113

114114

115115
bot.helpers = helpers
116-
bot.tracker = DiscordUtils.InviteTracker(bot)
116+
bot.tracker = PycordUtils.InviteTracker(bot)
117117
bot.default_prefixes = [',']
118118
bot.server_cache = {}
119119
bot.pools = Pools

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python-dotenv==1.0.0
33
jishaku==2.3.2
44
psutil==5.9.5
55
asyncpg==0.27.0
6-
DiscordUtils==1.3.4
6+
PycordUtils==0.0.2
77
pytest==7.3.1
88
aiosqlite_pool.zip
99
time-str==1.0.0

0 commit comments

Comments
 (0)