Discord Script Utilities | README
This Extension allows you to code Discord bots in the DB-Script language even faster and easier.
Must Know: This extension will Contain each function, command, callback, better explained functions / callbacks etc... in the future updates, more like a backup.
Known Issues
Issue
: Some Snippets Not Showing.
Fix
: Check the Spelling and verify the extension page for Each Snippet you want to use that's not being shown.
Release Notes.
Want support through the official Discord server? Well, here it is, Click Here.
What Snippets does this Extension Give You.
Callbacks:
api.MessageEvent(),
api.onBotLeave(),
api.onLeave(),
api.onMessageDelete(),
api.MessageEditEvent(),
api.onJoined(),
api.onBotJoin().
Functions:
api.AwaitedCommand,
api.JoinedCommand,
api.MessageDeleteCommand,
api.ExecutableCommand,
api.LeaveCommand,
api.BotLeaveCommand,
api.BotJoinCommand,
api.Command,
api.LoopCommand,
api.SpaceCommand,
api.PresenceCommand,
api.Status.
Other:
Variables, (Variables),
Main Format Snippet, (DB Script),
Multiple Folders Usage Snippet, (Folders),
One Folder Example Usage Snippet, (Folder),
Snippet For What To Use In The Different Files. (Module.Exports).
The text between the ( and the ) is the Prefix for those specific Snippets.