Skip to content

Commit

Permalink
Changed some grammer in constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
USSyorktown10 committed Oct 29, 2024
1 parent d31bfa8 commit 9cb0262
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configuration/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

WELCOME_MESSAGE = [
(f"Hi! I'm {NAME}!", "Thanks for adding me to your server :D\nHere's some tips on how to get started.\n"
"Please note that this introduction (or the bot) don't contain details on how to"
" use the bot. For that, please check the README (linked below)"),
"Please note that this introduction (or the bot) dosen't contain details on how to"
" use the bot. For that, please check the README (linked below)."),
("What is this bot?", f"{NAME} is a bot for playing any variety of quick game on Discord."),
("Where's that README?", "Right [here](https://github.com/quantumbagel/PlayCord/blob/master/README.md) :D"),
("Where's the README?", "Right [here](https://github.com/quantumbagel/PlayCord/blob/master/README.md) :D"),
("Who made you?", "[@quantumbagel on Github](https://github.com/quantumbagel)")
]

Expand Down

0 comments on commit 9cb0262

Please sign in to comment.