Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Client Methods

Nitrous edited this page Jan 29, 2018 · 1 revision

With this bot framework, included are additional methods and objects for administration and configuration.

.Bot

.config

The config object. See Configuration.

.commands

The cached commands object. See Structure.

.shutdown()

Disconnects the bot from discord and terminates the process. Use this if you want to close your bot.

.restart()

Disconnects the bot and starts a new instance of it while terminating the old process.

Warning! This detaches you from your terminal.

Clone this wiki locally