GoldyBot.utility.msgs.goldy

 1help_des = "A command that shows all information about the current instance of Goldy Bot."
 2
 3class Embed:
 4    title = "💙 Goldy Bot - Stats"
 5    des = """
 6    **• Version: ``{}``**
 7    **• Nextcord Version: ``{}``**
 8    **• Python Version: ``{}``**
 9
10    **• Ping: ``{}ms``**
11    **• OS: ``{}``**
12    **• CPU: ``{}%``**
13    **• RAM: ``{} GB``**
14    **• DISK: ``{} MB/s``**
15
16    ***Developed with {} By {}***
17    """
class Embed:
 4class Embed:
 5    title = "💙 Goldy Bot - Stats"
 6    des = """
 7    **• Version: ``{}``**
 8    **• Nextcord Version: ``{}``**
 9    **• Python Version: ``{}``**
10
11    **• Ping: ``{}ms``**
12    **• OS: ``{}``**
13    **• CPU: ``{}%``**
14    **• RAM: ``{} GB``**
15    **• DISK: ``{} MB/s``**
16
17    ***Developed with {} By {}***
18    """
Embed()
title = '💙 Goldy Bot - Stats'
des = '\n **• Version: ``{}``**\n **• Nextcord Version: ``{}``**\n **• Python Version: ``{}``**\n\n **• Ping: ``{}ms``**\n **• OS: ``{}``**\n **• CPU: ``{}%``**\n **• RAM: ``{} GB``**\n **• DISK: ``{} MB/s``**\n\n ***Developed with {} By {}***\n '