Skip to content

Commit

Permalink
Update companies.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hamim23z authored Feb 20, 2023
1 parent 17555f1 commit 1b7b105
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions companies.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,11 @@ async def shopifybot(ctx):
shopifybot.set_footer(text='@BlizzardNotify | Powered by Blizzard Notify', icon_url='https://imgur.com/zi8SCan.png')
await ctx.send(embed=shopifybot)

@bot.command()
async def footsitesbot(ctx):

footsitesbot = discord.Embed(title='Top Tier Footsite Bots', description='Botting is taking over the sneaker game and there are a handful of bots that stand out from others in terms of overall success. There are a few footsites and they release most pairs. \n \n1. NSB AIO: https://www.nikeshoebot.com/ \n2. Wrath AIO: https://wrathbots.co/account \n3. Kodai AIO: https://kodai.io/ \n4. Prism AIO: https://prismaio.com/ \n5. Ganesh AIO: https://ganeshbot.com/ ', color=0x070d53)
footsitesbot.set_footer(text='@BlizzardNotify | Powered by Blizzard Notify', icon_url='https://imgur.com/zi8SCan.png')
await ctx.send(embed=footsitesbot)

bot.run('TOKEN GOES HERE')

0 comments on commit 1b7b105

Please sign in to comment.