CodeCompute3000

Results 2 comments of CodeCompute3000

I am stupid, so maybe i am missing the point. But why not just do something like this? ``` class Cliert(commands.AutoShardedInteractionBot): def __init__(self): if config.is_bot: super().__init__( intents=intents, test_guilds=[2129,2292992,29292], ) else:...