feat: add oldschool bot implementations with basic command handling
This commit is contained in:
parent
56745eabde
commit
b305a95e19
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user