A basic economy system for Discord built with Pylon.bot
- Invite Pylon to your discord server (follow setup instructions there)
- Copy and paste the code into your Pylon editor and change a few things to fit your server (below).
- Line 61: Replace these emojis with an emoji of your choosing! To find out the syntax for a custom emoji on your server, just type
\:emoji:
(where ":emoji:" is the name of the emoji). The output should be something like<:emoji:811314799676751884>
. - Line 154: Replace this text with the ID of an "upvote" emoji of your choosing! To figure out the ID type
\:emoji:
. The ID should come after:emoji:
and before>
. It will be a long number like811314799676751884
. - Line 155: Replace this text with the ID of an "downvote" emoji of your choosing! To figure out the ID type
\:emoji:
. The ID should come after:emoji:
and before>
. It will be a long number like811314799676751884
.
Note: Currently this bot only supports the use of custom emojis, not default Discord ones. If you don't have any you can use these: upvote, downvote.
With this bot, users gain or lose points when their messages are reacted to with upvote or downvote emojis by other users! Users can reset all of their points, or transfer them to another user's account! There are lots of possibilities for what to do with this bot! You could sell dog pictures to your friends, or just use it as a reddit-esque karma system!
Used to check a user's account balance.
Syntax: !e wallet
Used to send your points to another user if you wish!
Syntax: !e pay @user <amount | number>
Note: Sending amount cannot be 0 or below it. (Otherwise you could steal money from people)
Resets all of a user's points.
Syntax: !e reset
Note: These commands are only usable by administrators.
Allows you to check the wallet of any users.
Syntax: !e admin wallet @user
Allows you to add or remove points from any user's account. Example: If a user has 10 points and !e admin edit @user 5
is used, their point balance will be increased to 15 (10 + 5 = 15). If the number defined is negative the user will lose points in the same way.
Syntax: !e admin edit @user <amount | number>
- This project was a collaboration with TheOkayGuy, go check out his stuff and sub!
- Huge thanks to the helpful people on the Pylon Support Server!