Skip to content

Commit

Permalink
Merge pull request danger-ahead#47 from soham4abc/master
Browse files Browse the repository at this point in the history
rcctechz
  • Loading branch information
soham4abc authored Jun 17, 2021
2 parents 5601562 + 1ee13ad commit 193a3d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
worker: python main.py
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img align="justify" src="https://socialify.git.ci/danger-ahead/roBOT/image?description=1&font=Source%20Code%20Pro&forks=1&issues=1&language=1&owner=1&pattern=Charlie%20Brown&pulls=1&stargazers=1&theme=Dark" alt="roBOT" width="640" height="320" />
<p align="center"><img align="justify" src="https://socialify.git.ci/RccTechz/roBOT/image?description=1&font=Source%20Code%20Pro&forks=1&issues=1&language=1&owner=1&pattern=Charlie%20Brown&pulls=1&stargazers=1&theme=Dark" alt="roBOT" width="640" height="320" />
</p>

<p align="center">
Expand All @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ 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)

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)
Expand Down
2 changes: 1 addition & 1 deletion scripts/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 193a3d3

Please sign in to comment.