In order to change the account number tag without Nitro, change the username to an username that has an identical numerical tag. For instance, if there are two users bill#8000
and jane#9888
, then if bill#8000
changes the username to jane
, the numerical tag 8000
will be randomly rolled again.
In order to run multiple Discord instances at the same time whilst logging into different accounts, create a shortcut from the Discord.exe
binary and adjust the Target
to include the –multi-instance
switch:
C:\Users\...\AppData\Local\Discord\app-1.0.9013\Discord.exe --multi-instance
Discord does not benefit from a feature that would allow one to delete all message history from a chat, but this can be accomplished via Greasemonkey and Undiscord that essentially perform some looped automation where all messages are retrieved and then manually deleted as if the user were to delete the messages on their own by browsing the message history.
The procedure using these two tools is easy, it just requires installing Greasemonkey or similar, and then installing the Undiscord script. After that, browsing to a Discord server or chat will reveal a garbage can on the top upper right of the interface that, one clicked, will reveal an interface allowing the user to delete all past messages.
A private bot can be used to manage channels without making the bot publicly available to anyone that wants to add a bot to their server. The process can be roughly described as the following:
https://discord.com/developers/applications
Bot
tab on the left and create a new bot,Create Token
or Refresh Token
on the Bot
page and copy the key somewhere safely (this token will be used by an application to log-in to the bot account that you are now creating so keep the key in mind),Oauth2
tab on the left sidebar,OAuth2 URL Generator
under Scopes
tick the bot
box,Bot Permissions
tick the required bot permissionsAdministrator
role before attempting to narrow down the permissions to whatever the application that will be used will require.