Discord service major overhaul

This commit is contained in:
Erik Kalkoken
2020-05-18 01:01:13 +00:00
committed by Ariel Rin
parent 53f1b94475
commit 38083ed284
42 changed files with 4859 additions and 1151 deletions

14
.pylintrc Normal file
View File

@@ -0,0 +1,14 @@
[MASTER]
ignore-patterns=test_.*.py,__init__.py,generate_.*.py
[BASIC]
# Good variable names which should always be accepted, separated by a comma
good-names=i,j,k,x,f,ex
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=100
[MESSAGES CONTROL]
disable=R,C