Skip to content

Commit

Permalink
🏷️ removed twitch api (#45)
Browse files Browse the repository at this point in the history
removed twitch api + added /twitch command
  • Loading branch information
v0idzdev authored Apr 26, 2022
2 parents 2b9aa10 + 3ccda2c commit d6837cf
Show file tree
Hide file tree
Showing 15 changed files with 221 additions and 477 deletions.
15 changes: 15 additions & 0 deletions .setup.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This can be public if needed.
#
# Loads configuration variables that are used
# to load extensions and set colors, etc.
theme = "004AAD"
guilds = [
953054451999072276
]

status = "/"
extensions = [
"ext.commands.mod",
"ext.commands.info",
"ext.commands.misc"
]
6 changes: 0 additions & 6 deletions config.json

This file was deleted.

10 changes: 0 additions & 10 deletions core/apis/__init__.py

This file was deleted.

7 changes: 0 additions & 7 deletions core/apis/twitch/__init__.py

This file was deleted.

59 changes: 0 additions & 59 deletions core/apis/twitch/decorators.py

This file was deleted.

99 changes: 0 additions & 99 deletions core/apis/twitch/twitch_broadcast.py

This file was deleted.

178 changes: 0 additions & 178 deletions core/apis/twitch/twitch_client.py

This file was deleted.

Loading

0 comments on commit d6837cf

Please sign in to comment.