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) - [Install](#install)
- [Example](#example) - [Example](#example)
- [API Reference](#api-reference) - [API Reference](#api-reference)
- [Bot.direct(message)](#botdirect-message-)
* [Bot.direct(message)](#botdirect-message-) - [Bot.group(message)](#botgroup-message-)
* [Bot.group(message)](#botgroup-message-) - [SimpleMessage](#simplemessage)
* [SimpleMessage](#simplemessage)
- [Working with your bot](#working-with-your-bot) - [Working with your bot](#working-with-your-bot)
- [Documentation](#documentation)
* [Documentation](#documentation) - [Commands](#commands)
* [Commands](#commands) - [Avatars](#avatars)
* [Avatars](#avatars) - [Configuration](#configuration)
- [Using the `.conf` configuration file](#using-the--conf--configuration-file)
- [Configuration](#configuration) - [Using the command-line interface](#using-the-command-line-interface)
- [Using the `.conf` configuration file](#using-the--conf--configuration-file) - [Using the environment](#using-the-environment)
- [Using the command-line interface](#using-the-command-line-interface) - [Persistent storage](#persistent-storage)
- [Using the environment](#using-the-environment) - [Redis key/value storage](#redis-key-value-storage)
- [Loading Plugins](#loading-plugins)
* [Persistent storage](#persistent-storage)
- [Redis key/value storage](#redis-key-value-storage)
* [Loading Plugins](#loading-plugins)
- [Deploy your bots](#deploy-your-bots) - [Deploy your bots](#deploy-your-bots)
- [Roadmap](#roadmap) - [Roadmap](#roadmap)
- [Changes](#changes) - [Changes](#changes)