Using async instead of threads might be a better approach but you can try compiling with --gc:arc and changing: guilds.add(some_guild) Run
to guilds.add(^some_guild) Run fyi im no expert with Nim threading so take it with a grain of salt.
Using async instead of threads might be a better approach but you can try compiling with --gc:arc and changing: guilds.add(some_guild) Run
to guilds.add(^some_guild) Run fyi im no expert with Nim threading so take it with a grain of salt.