✨ Fully converted to slash commands
This commit is contained in:
10
funcs/starWarsFuncs/starWars.py
Normal file
10
funcs/starWarsFuncs/starWars.py
Normal file
@ -0,0 +1,10 @@
|
||||
from .starWarsChar import StarWarsChar
|
||||
from .starWarsRoll import StarWarsRoll
|
||||
from .starWarsDestiny import StarWarsDestiny
|
||||
|
||||
class StarWars():
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
self.character = StarWarsChar(self.bot)
|
||||
self.roll = StarWarsRoll(self.bot)
|
||||
self.destiny = StarWarsDestiny(self.bot)
|
Reference in New Issue
Block a user