Skip to content

Commit 45174ad

Browse files
committed
Revise subscription name to dpy_modlog
1 parent e634208 commit 45174ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class WebsocketOPCodes:
237237

238238
class WebsocketSubscriptions:
239239

240-
DPY_MOD_LOG: str = 'discord_py_mod_log'
240+
DPY_MOD_LOG: str = 'dpy_modlog'
241241

242242

243243
class WebsocketNotificationTypes:

0 commit comments

Comments
 (0)