From 1ee13ad853e18f41b16f518519a30016a5df8d28 Mon Sep 17 00:00:00 2001 From: Soham Banerjee Date: Thu, 17 Jun 2021 10:38:55 +0530 Subject: [PATCH] rcctechz --- Procfile | 1 + README.md | 4 ++-- main.py | 4 ++-- scripts/games.py | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..b96cada --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: python main.py \ No newline at end of file diff --git a/README.md b/README.md index 71e65f4..c1091c3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

roBOT +

roBOT

@@ -8,7 +8,7 @@ ## [Add](https://discord.com/api/oauth2/authorize?client_id=843553315442130985&permissions=2148002880&scope=bot) **roBOT** to your server! -## [Screenshots of **roBOT** in action](https://github.com/danger-ahead/roBOT/blob/master/docs/SCREENSHOTS.md) +## [Screenshots of **roBOT** in action](https://github.com/RccTechz/roBOT/blob/master/docs/SCREENSHOTS.md) ## Installation 🧐 - Make sure you’re logged on to the [Discord](https://discord.com). diff --git a/main.py b/main.py index 5aa92e9..2fcf878 100644 --- a/main.py +++ b/main.py @@ -45,7 +45,7 @@ async def on_message(message): embed = discord.Embed(title='Hello comrade!!, Meet myself roBOT!', description='an amatuer bot by amatuer Developers!! XD \ \n The full list of commands \ - can be found here: \n https://github.com/danger-ahead/roBOT/blob/master/docs/COMMANDS.md \n\ + can be found here: \n https://github.com/RccTechz/roBOT/blob/master/docs/COMMANDS.md \n\ have a great time interacting and having fun with me!!\n for details about how to contribute to \ this bot use \'_contribute\' ', color=discord.Color.blue()) await message.channel.send(embed=embed) @@ -53,7 +53,7 @@ async def on_message(message): elif message.content.lower().startswith('_contribute'): embed = discord.Embed(title='Interested about open-source contribution ? ', description='Looks like you\'re interested to help my fellow amatuer creators in order to make\ - myself more polished and funky !!\n Here\'s the link to repo: https://github.com/danger-ahead/roBOT\ + myself more polished and funky !!\n Here\'s the link to repo: https://github.com/RccTechz/roBOT\ \n Feel free to give your suggestion as issues and submit PR requests with improvements!!\ \n waiting for you PR peeps!! ', color=discord.Color.blue()) await message.channel.send(embed=embed) diff --git a/scripts/games.py b/scripts/games.py index 38e2507..f7e18ae 100644 --- a/scripts/games.py +++ b/scripts/games.py @@ -46,4 +46,4 @@ async def toss_coin(message): embed = discord.Embed(title="Toss!!", description="Tails", color=discord.Color.blue()) - await message.channel.send(embed=embed) + await message.channel.send(embed=embed)