A Discord bot written in Python using the discord.py API.
Use this link to invite PepePig to your Discord server!
-
Emojify text in ANY language!
Example usage:pepe emojify <text to emojify>
-
Leaderboard that shows the most active members of the server
Example usage:pepe scores
-
Translate messages from any language to any other language
Example usage:pepe translate "Hello, this is some text!" french
-
Clear the most recent "n" messages of a specific user (or all users if no user is specified) from the chat. Particularly useful for getting rid of spam messages.
Example usage:pepe clear 12 <@user_mention>
-
Give a first-year like intro to new members :)
-
Many easter eggs and pointless inside jokes because why not
New feature suggestions are always welcome!
- add interactive button help (new discord.py feature)
- improve emojify results by:
- stemming & normalizing the text for searching in emojiMapping.json
- at some point, using an AI based emojifier since deterministic matching isn't that great