mugiwarafx / iatf-bot

Hi! I am the IATF discord bot. I will enhance your user experience on our discord server. Also, I will do my best to pass all the integrity tests and follow the best code practices in my current language. If you are a developer, I will be thrilled if you PR my developer branch!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat on Discord

IATF's discord bot

This is the official repository of the IATF's discord bot.

International Accessibility Task Force (IATF)

International Accessibility Task Force is an open-to-everyone community of: assistive technology users, open-source developers, and people interested in accessibility and inclusion.

Installation

Requirements: git, node and npm

git clone https://github.com/international-accessibility-task-force/iatf-bot.git

Running locally

cd iatf-bot
touch .env

Inside .env file:

TOKEN={YOUR_BOT_DISCORD_TOKEN}

then npm start

npm start

Notice that the names of the channels and the categories of our discord server are hard-coded. You might want to modify it to make it work in your custom server.

Contributing

How to create a Pull Request for the repository:

  1. fork of this repository.
  2. git clone of the forked repository on your local machine.

then:

cd iatf-bot
git checkout development
git remote add upstream https://github.com/international-accessibility-task-force/iatf-bot.git
git pull upstream development
git checkout -b the-name-of-your-branch

when you are done with the code:

git push origin the-name-of-your-branch

finally, you can PR to the development branch 🎉

License

Code licensed GPL-3.0 by IATF.

Made with ❤️ from IATF.

About

Hi! I am the IATF discord bot. I will enhance your user experience on our discord server. Also, I will do my best to pass all the integrity tests and follow the best code practices in my current language. If you are a developer, I will be thrilled if you PR my developer branch!


Languages

Language:JavaScript 100.0%