-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# pylint: disable=missing-module-docstring | ||
|
||
# Here you can edit, add remove the messages sent by the bot when a user star or un-star the repo | ||
THANKS = [ | ||
"<@{}>, Thank you for your support! 😊", | ||
"We appreciate you <@{}>! 🙌", | ||
"<@{}>, Thanks for being a part of our community! 💯", | ||
"You rock <@{}>! Thanks for the star! 🌟", | ||
"We're so grateful for your interest <@{}>! 🙏", | ||
"<@{}>, You're awesome! Thank you for your feedback! 👍", | ||
"We're glad you like our project <@{}>! 🎉", | ||
"<@{}>, You made our day! Thanks for the star! 😘", | ||
"<@{}>, You're amazing! 😎", | ||
"<@{}>, Thanks for joining our community! 🥰", | ||
"You're the best <@{}>! Thanks for the star! ✨", | ||
"<@{}>, You're incredible! Thank you! 🙌", | ||
"Thank you <@{}>! 💖", | ||
"We're happy you like our project <@{}>! 😁", | ||
"<@{}>, You brightened our day! Thanks for the star! 🌞", | ||
"<@{}>, You're a star! Literally! Thanks for the star! 🌠", | ||
"We love you <@{}>! Thanks for your support! 💕", | ||
"<@{}>, You're a legend! Thank you for your interest! 🙌", | ||
"You're awesome <@{}>! Thanks for the star! 😍", | ||
"We're so thankful for your feedback <@{}>! 🙏", | ||
"<@{}>, You're a gem! Thank you for your support! 💎", | ||
"You're amazing <@{}>! Thanks for the star! 😊", | ||
"We're grateful for your interest <@{}>! 🙌", | ||
"<@{}>, You're a hero! Thank you for your feedback! 👏", | ||
"You're fantastic <@{}>! Thanks for the star! 🎊", | ||
] | ||
|
||
SORRY = [ | ||
"<@{}>, We respect your decision. 😌", | ||
"<@{}>, We wish you all the best. 🙏", | ||
"<@{}>, We hope you'll come back soon. 😔", | ||
"<@{}>, We're sorry to see you go. 😢", | ||
"<@{}>, We're sad to lose you. 😭", | ||
"<@{}>, We hope you'll reconsider. 😇", | ||
"<@{}>, We're always here for you. 💖", | ||
] |