There are many improvements coming soon to the structure of the network-create
command, but this is a general basis of how the command works for setting up a network for your bot.
Parameter | Description | Example |
NetworkName | The name of your Network | Synapse Network |
NetworkAcronym | The abbreviation of your Network | SN |
AppealServerId | The Guild ID of your appeals server | 810208747086807070 |
AppealServerInvite | An invite associated with the appeals server | https://discord.gg/qtmz9wF6yw |
DefaultPayPal | Paypal email, link, etc | https://paypal.me/patricklobos1 |
DefaultCurrencyName | The currency abbreviation that you use | USD |
DefaultCurrencyPrefix | The sign associated with your currency | $ |
How to setup a network?
To setup a network with your bot, just use the command format with the arguments provided in the table above. Check out the example provided to see how the command should be.
/network-create "Synapse Network" "SN" "810208747086807070" "https://discord.gg/qtmz9wF6yw" "https://paypal.me/patricklobos1" "USD" "$"
A few side notes
- All arguments must go inside of quotations for this command to work properly.