Skip to content

Commit

Permalink
Removing sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Mar 5, 2021
1 parent 91b7bd3 commit db4ae1b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions DimBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
with open('.git/HEAD', 'r') as f:
branch = f.readline().split('/')[-1] # Read Git branch

sponsor_txt = 'You guys see my brother Tanjiro? I need to save him! Donate me! ' \
'<https://streamlabs.com/pythonic_rainbow/tip> '


@bot.command(aliases=['ver', 'verinfo'])
async def info(ctx):
Expand All @@ -59,17 +56,10 @@ async def info(ctx):
f'**Project Bottas** `{bottas.__version__}`: Add or search quotes through a SQLite database.\n'
f'**Project Verstapen** `{verstapen.__version__}`: Connects to AWS and manage a minecraft server instance.\n'
f'**Project Albon** `{albon.__version__}`: HTTP server sub-project used by `Verstapen`.\n'
f'**Project BitBay** `{bitbay.__version__}`: Utilities for 128BB\n\n'
f'Devblog: Instagram @techdim\nDiscord server: `6PjhjCD`\n{sponsor_txt}' # Contact
f'**Project BitBay** `{bitbay.__version__}`: Utilities for 128BB'
)


@bot.command()
async def sponsor(ctx):
"""Shows the sponsor message"""
await ctx.send(sponsor_txt)


@bot.event
async def on_ready():
"""Event handler when the bot has connected to the Discord endpoint"""
Expand Down

0 comments on commit db4ae1b

Please sign in to comment.