This is the official repository of the IATF's discord bot.
International Accessibility Task Force is an open-to-everyone community of: assistive technology users, open-source developers, and people interested in accessibility and inclusion.
Requirements: git
, node
and npm
git clone https://github.com/international-accessibility-task-force/iatf-bot.git
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.
- fork of this repository.
- 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 🎉
Code licensed GPL-3.0 by IATF.
Made with ❤️ from IATF.