File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ def show_version():
36
36
37
37
entries .append ('- Python v{0.major}.{0.minor}.{0.micro}-{0.releaselevel}' .format (sys .version_info ))
38
38
version_info = discord .version_info
39
- entries .append ('- discord.py v{0.major}.{0.minor}.{0.micro}-{0.releaselevel}' .format (version_info ))
39
+ entries .append ('- pycord v{0.major}.{0.minor}.{0.micro}-{0.releaselevel}' .format (version_info ))
40
40
if version_info .releaselevel != 'final' :
41
- pkg = pkg_resources .get_distribution ('discord.py ' )
41
+ pkg = pkg_resources .get_distribution ('pycord ' )
42
42
if pkg :
43
- entries .append (f' - discord.py pkg_resources: v{ pkg .version } ' )
43
+ entries .append (f' - pycord pkg_resources: v{ pkg .version } ' )
44
44
45
45
entries .append (f'- aiohttp v{ aiohttp .__version__ } ' )
46
46
uname = platform .uname ()
You can’t perform that action at this time.
0 commit comments