Skip to content

Commit

Permalink
Add another missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
notsniped committed Mar 21, 2024
1 parent 984feb8 commit f714dc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cogs/osu.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Imports
import discord
import os
from api import auth
from ossapi import *
from discord import option, ApplicationContext
from discord.ext import commands
Expand Down
1 change: 1 addition & 0 deletions cogs/reddit.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import discord
import praw
import os
from api import auth
from discord import ApplicationContext, option
from discord.ext import commands
from random import randint
Expand Down
1 change: 1 addition & 0 deletions cogs/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import json
import requests
import os
from api import auth
from framework.isobot.db import weather
from discord import ApplicationContext, option
from discord.ext import commands
Expand Down

0 comments on commit f714dc2

Please sign in to comment.