X Tutup
Skip to content
This repository was archived by the owner on Jan 1, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Example 1 - Basic

This example uses a single class to get your bot online and a second class for the bot's command module.

Things to note:

  • The Bot Token is loaded via a config file. This is one option to avoid hard-coding your token
  • Dependency Injection is not utilized. See Example 2 for the use of Dependancy Injection
X Tutup