Initial commit

This commit is contained in:
Aidan Haas
2023-01-26 13:34:43 -05:00
committed by GitHub
parent 681874b58a
commit 0fac08aebf
5 changed files with 73 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
class User:
def __init__ (self, user_id, username):
self.user_id = user_id
self.username = username
self.number_messages = 1 # Start with one, as user only added if spoken in channel