Glossary
This is a list with the most common Discord-related terms:
Guild
- A synonym forserver
Selfbot
- A client account bot, usually logged in to a user's own accountSharding
- Splitting a bot into several independentshards
, see ShardingToken
- Used to login instead of requiring a username + passwordEmbed
- A "fancy" message, see Embed FAQRatelimit
- Prevents you from spamming actions, see Ratelimit FAQWebsocket
- A TCP "connection" to Discord that receives events, see WikipediaGateway
- The address for thewebsocket
Rest
/Rest Request
- REST is used to perform actions like sending messages. Rest Requests do not require an active websocket connection.Activity
- The text underneath the username, usuallyPlaying Xyz
Rich Presence
- A more detailed activity, see Discord Docs