Skip to content

Commit 49bd8d0

Browse files
committed
Add dpy version
1 parent 6b58f35 commit 49bd8d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bot.py

+2
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ def startup(self):
120120
logger.info("v%s", __version__)
121121
logger.info("Authors: kyb3r, fourjr, Taaku18")
122122
logger.line()
123+
logger.info("discord.py: v%s", discord.__version__)
124+
logger.line()
123125

124126
for cog in self.loaded_cogs:
125127
logger.debug("Loading %s.", cog)

0 commit comments

Comments
 (0)