8 lines
148 B
Python
8 lines
148 B
Python
import constants
|
|
import events
|
|
from state import client
|
|
|
|
if __name__ == "__main__":
|
|
events.prepare()
|
|
client.run(constants.SECRETS["TOKEN"])
|