From b305a95e1940c4e0e5ca4137951f4a0576750276 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 11 Jan 2025 18:31:06 +0000 Subject: [PATCH] feat: add oldschool bot implementations with basic command handling --- src/ragnar/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ragnar/cli.py b/src/ragnar/cli.py index 51f8499..6576d00 100644 --- a/src/ragnar/cli.py +++ b/src/ragnar/cli.py @@ -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: