/bot-discord-aws

Discord bot to manage AWS services

Primary LanguageTypeScriptMIT LicenseMIT

bot-discord-aws

Discord bot that can be used to interact with AWS services.

To get started

Documentation reference

Running the bot

Set up .env variables, example is at .env.example

  cp .env.example .env

Run:

npm install
npm run local

Commands:

!aws (List all available commands)
!aws list (List all development secrets)
!aws secret {secret} (With the secret name, get all the values)

Todo

  • Transformar em TypeScript
  • Adicionar linting
  • Adicionar testes
  • Adicionar documentação
  • Configurar deploy
  • Criar uma lista de comandos disponíveis
    • Se digitar !aws + um comando que não existe, listar os comandos disponíveis
    • Se digitar somente !aws sem ser seguido de nenhum comando, listar os comandos disponíveis
  • Criar estrutura de "palavras"/"secrets" que não podem ser lidos