🌐 📡 Welcome to the new version of the wikipedia-bot (https://github.com/wikipedia-bot/wikipedia-bot). Instead of interacting with the discord API through a bot user, this version completely relies on discords new "Interactions". [WIP]
GNU Affero General Public License v3.0
4
stars
3
forks
source link
fix(compile errors): fixed wide range of compile errors #11
Added eslint and prettier for formating and linting. Removed body-parser as it was redundant. Fixed
a good chunk of the compile errors, but a great deal still remain. Replaced require statements with
imports, if they were not entirely removed. Added more sentry exception capturing to try catch
blocks. Reworked some logger imports to import from the utils index file and not the logger util
file.
(Side note this branch was supposed to support clustering but that was put on hold to deal with the errors, hence the branch name.)
Added eslint and prettier for formating and linting. Removed body-parser as it was redundant. Fixed a good chunk of the compile errors, but a great deal still remain. Replaced require statements with imports, if they were not entirely removed. Added more sentry exception capturing to try catch blocks. Reworked some logger imports to import from the utils index file and not the logger util file.
(Side note this branch was supposed to support clustering but that was put on hold to deal with the errors, hence the branch name.)