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 a71b984 commit 2bf21dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,15 @@

bot = commands.Bot(command_prefix="instinct!", description="Survival Is Key.")

@bot.command()
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™!")
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("TOKEN")

0 comments on commit 2bf21dc

Please sign in to comment.