Skip to content

Commit 2792032

Browse files
authored
auto detect dpy version
Signed-off-by: lorenzo132 <[email protected]>
1 parent 6015098 commit 2792032

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def startup(self):
177177
logger.info("v%s", __version__)
178178
logger.info("Authors: kyb3r, fourjr, Taaku18")
179179
logger.line()
180-
logger.info("discord.py: v2.6.3")
180+
logger.info("discord.py: v%s", discord.__version__)
181181
logger.line()
182182

183183
async def load_extensions(self):
@@ -2026,3 +2026,4 @@ def main():
20262026

20272027
if __name__ == "__main__":
20282028
main()
2029+

0 commit comments

Comments
 (0)