This commit is contained in:
Luke Murphy 2021-01-16 22:32:02 +01:00
parent 2b64ce67e1
commit d9de4f185a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -21,26 +21,20 @@ on and are still going on in
- [Install](#install)
- [Example](#example)
- [API Reference](#api-reference)
* [Bot.direct(message)](#botdirect-message-)
* [Bot.group(message)](#botgroup-message-)
* [SimpleMessage](#simplemessage)
- [Bot.direct(message)](#botdirect-message-)
- [Bot.group(message)](#botgroup-message-)
- [SimpleMessage](#simplemessage)
- [Working with your bot](#working-with-your-bot)
* [Documentation](#documentation)
* [Commands](#commands)
* [Avatars](#avatars)
- [Configuration](#configuration)
- [Documentation](#documentation)
- [Commands](#commands)
- [Avatars](#avatars)
- [Configuration](#configuration)
- [Using the `.conf` configuration file](#using-the--conf--configuration-file)
- [Using the command-line interface](#using-the-command-line-interface)
- [Using the environment](#using-the-environment)
* [Persistent storage](#persistent-storage)
- [Persistent storage](#persistent-storage)
- [Redis key/value storage](#redis-key-value-storage)
* [Loading Plugins](#loading-plugins)
- [Loading Plugins](#loading-plugins)
- [Deploy your bots](#deploy-your-bots)
- [Roadmap](#roadmap)
- [Changes](#changes)