File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 3838with open ('.git/HEAD' , 'r' ) as f :
3939 branch = f .readline ().split ('/' )[- 1 ] # Read Git branch
4040
41- sponsor_txt = 'You guys see my brother Tanjiro? I need to save him! Donate me! ' \
42- '<https://streamlabs.com/pythonic_rainbow/tip> '
43-
4441
4542@bot .command (aliases = ['ver' , 'verinfo' ])
4643async def info (ctx ):
@@ -59,17 +56,10 @@ async def info(ctx):
5956 f'**Project Bottas** `{ bottas .__version__ } `: Add or search quotes through a SQLite database.\n '
6057 f'**Project Verstapen** `{ verstapen .__version__ } `: Connects to AWS and manage a minecraft server instance.\n '
6158 f'**Project Albon** `{ albon .__version__ } `: HTTP server sub-project used by `Verstapen`.\n '
62- f'**Project BitBay** `{ bitbay .__version__ } `: Utilities for 128BB\n \n '
63- f'Devblog: Instagram @techdim\n Discord server: `6PjhjCD`\n { sponsor_txt } ' # Contact
59+ f'**Project BitBay** `{ bitbay .__version__ } `: Utilities for 128BB'
6460 )
6561
6662
67- @bot .command ()
68- async def sponsor (ctx ):
69- """Shows the sponsor message"""
70- await ctx .send (sponsor_txt )
71-
72-
7363@bot .event
7464async def on_ready ():
7565 """Event handler when the bot has connected to the Discord endpoint"""
You can’t perform that action at this time.
0 commit comments