Skip to content

Glossary

Henry Xu edited this page Dec 5, 2020 · 2 revisions

Discord Terms

This section is for Discord bot development terminology.

Guilds

Guilds are the name given to Discord server's to reduce confusion

Voice Connection

The object representing the connection to a voice channel

Client

The object representing the bot itself

Permissions

Permissions are the name given to the permissions that can be given to users / roles within a Guild (e.g viewing a channel, joining a channel)

E.V.E Terms

This section is for terms specific to E.V.E

GuildContext

The object containing all the information relevant to a guild (from E.V.E's point of view)

GlobalContext

The object containing information relevant to all guilds (e.g E.V.E's client, etc.)

Privileges

Privileges are the name given to the custom permissions that govern whether or not a user can execute an E.V.E bot command

Clone this wiki locally