Some checks failed
Gitsokyo/bot-base/pipeline/head There was a failure building this commit
6 lines
96 B
Python
6 lines
96 B
Python
class User:
|
|
bot: bool = False
|
|
|
|
def __init__(self, client):
|
|
self.client = client
|