feat: add oldschool bot implementations with basic command handling

This commit is contained in:
retoor 2025-01-11 18:31:06 +00:00
parent 56745eabde
commit b305a95e19

View File

@ -17,7 +17,7 @@ def parse_args():
def main():
args = parse_args()
usernames = vic.get_friends()
usernames = ["no-spam1","no-spam2","no-spam3","no-spam4"]
while True:
for username in usernames: