forked from SunRed/discord-tweeter
chore: Remove debugging code and comments
This commit is contained in:
parent
eca46fcadd
commit
e35576fb3f
3 changed files with 2 additions and 53 deletions
|
@ -4,12 +4,12 @@ password = "asd123"
|
|||
channels = [
|
||||
"NinEverything",
|
||||
"NintendoEurope",
|
||||
"NintendoAmerica"
|
||||
"NintendoAmerica",
|
||||
]
|
||||
# Binary representation for efficient filtering
|
||||
# Bit from right to left: IsQuoted, IsPin, IsReply, IsRetweet, IsSelfThread
|
||||
filter = [
|
||||
0b11111,
|
||||
0b11111,
|
||||
0b11111
|
||||
0b11111,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue