Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
K4K4SH11 authored Jun 17, 2018
1 parent b8c7b4c commit 64292a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ async def on_ready():
print("REX_101 is now online, and ready to wreck havoc. >:D")

@bot.command()
async def introduction(ctx, param):
await ctx.send("RAWR! BEEP-BOOP-BEEP-BOOP. Hello there human! I am REX_101! The security and interigations bot for this server! :sungalsses:".format(param))
async def introduction(ctx):
await ctx.send("RAWR! BEEP-BOOP-BEEP-BOOP. Hello there human! I am REX_101! The security and interigations bot for this server! :sungalsses:")
await ctx.send("I hope we can get along nicely :smiley:")
await ctx.send(":thinking: **What am I?** I am the bot from the sole-purpose of the Roblox gaming company Instinct Survivial™!".format(param))
await ctx.send(":scream: **Can I be in your server?** No, not at the moment, Uncle Endy says I am in Early-stage development, which means...".format(param))
await ctx.send(":warning: **COMPUTING...** ".format(param))
await ctx.send("Nope! Not just yet c;".format(param))
await ctx.send("Well I hope that has answered some of your non-dino brain questions! If you require further assitónce with my commands, a list of them, or further FAQ's, run \"instinct!help\":sparkles: :tada: ".format(param))
await ctx.send("Most importantly, always remember: **Survival is key.** :grinning:".format(param))
await ctx.send(":thinking: **What am I?** I am the bot from the sole-purpose of the Roblox gaming company Instinct Survivial™!")
await ctx.send(":scream: **Can I be in your server?** No, not at the moment, Uncle Endy says I am in Early-stage development, which means...")
await ctx.send(":warning: **COMPUTING...** ")
await ctx.send("Nope! Not just yet c;")
await ctx.send("Well I hope that has answered some of your non-dino brain questions! If you require further assitónce with my commands, a list of them, or further FAQ's, run \"instinct!help\":sparkles: :tada:")
await ctx.send("Most importantly, always remember: **Survival is key.** :grinning:")

bot.run(os.environ['TOKEN'])

0 comments on commit 64292a3

Please sign in to comment.