Skip to content

pablocorbalann/discordgo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name of your bot

Logo example

You can invite the bot to your sevrer using this link.

For contributing to the bot's code, read the CONTRIBUTING.md file.

Table of contents


Idea

DESCRIPTION OF YOUR BOT: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque sit amet consequat magna. Nam malesuada vitae tortor id aliquam. Praesent congue lectus quis neque scelerisque euismod. Pellentesque malesuada diam ut purus facilisis, et ultricies tellus vulputate. Sed a consequat ipsum. Vivamus dui neque, venenatis non dui vitae, mattis pulvinar nisl. Praesent vitae viverra mi.


Commands

All the commands start with the prefix /

Name Description
hello Say hello to the bot!
... ...
... ...

Compiling from source

If you want to compile the bot's code to then run it in a local server, you will need:

Name Version Use Links
Git v0.9+ Clonning the repository to your computer install docs
Go tool v0.5.0+ Building the actual bot as an executable install docs

Then, run open a terminal / cmd and run:

Clone the repository
git clone https://github.com/<github username>/<repository name>.git
Move inside the repository
cd <repository name>/bot
Use the Golang tool to build the code
go build -o bot
Execute the code
./bot -t <bot token>

License

This project is under the MIT License

About

🤖 A basic template for creating a Discord Bot in Golang. that includes: A bot example, Github docs, The Golang's GitHub action. GitHub issues templates and much more.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages