Skip to content

Commit db4ae1b

Browse files
Removing sponsor
1 parent 91b7bd3 commit db4ae1b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

DimBot.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
with 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'])
4643
async 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\nDiscord 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
7464
async def on_ready():
7565
"""Event handler when the bot has connected to the Discord endpoint"""

0 commit comments

Comments
 (0)