TeamNovaSoft / discord-bot

Un bot de discord para automatizar algunas cosas en nuestros servidores
MIT License
2 stars 0 forks source link

feat: adding basic files to the bot #5

Closed YoelFerreyra closed 3 months ago

YoelFerreyra commented 3 months ago

Overview

This PR add basic files and configurations to the discord bot like ping, user, server and echo to test the discord

How to test

  1. Join to the server: Bot Development
  2. Put a slash end select one of the commands: ping, user, server or echo
heliomar-pena commented 3 months ago

Would be great if you can add a README with instructions of how work on it, for example does I need to add a .env file to start developing new features for the bot?, what command should I run to test my changes?

(Clone, Run it on your computer if it is possible, and how to test your changes)

heliomar-pena commented 3 months ago

Worked for me following the README! image

heliomar-pena commented 3 months ago

Thanks @YoelFerreyra , it looks great 😄 . Thanks @Israel-Laguan @joset98 for helping with code review!