xAfflict
xAfflict
SIASapphire - Imagine a framework
Created by xAfflict on 6/15/2023 in #sapphire-support
Add Choices To An Already Registered Command
Thanks.
8 replies
SIASapphire - Imagine a framework
Created by xAfflict on 6/15/2023 in #sapphire-support
Add Choices To An Already Registered Command
Ah, that would work. I wasn't aware that autocomplete existed. I only thought I could do this through choices.
8 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
(How many times did I use the word instances?)
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
Nevermind. Everything worked perfectly from the start. My own filter feature was making me think no messages were being sent to the second instance's channel. I guess there was an influx of messages all at once in the first instance's channel which made me think it was both instance's messages.
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
Good night.
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
Sure let me finish up some commits
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
But to just run multiple instances of code designed to run a single minecraft bot / a single discord bot
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
I'm trying not to write more complicated code to manage multiple minecraft bots over multiple channels on a single instance
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
AKA not just one
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
Sorry, I meant for it to be able to run multiple instances in general
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
Haha
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
I didn't want to create 15 tokens
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
So I'm wondering if this is something to do with interactions.
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
Even though it doesn't even know about the other configs channel IDs. It shouldn't be sending messages there.
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
But I notice that sapphire is now sending all messages through one channel of the first instance
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
I've attempted to do that
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
And checked the ID against the config the bot was running against
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
I checked the channel ID
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
Yes that is what I was implying
29 replies
SIASapphire - Imagine a framework
Created by xAfflict on 5/10/2023 in #sapphire-support
Is it possible to run the same bot multiple times and have them each independently handle commands?
Basically, I have a minecraft chat bot that I can interact with through discord. One instance of my program hooks up to one discord bot and one minecraft account through a config. The config tells it what channel corresponds to what minecraft account. I want to run multiple minecraft accounts, so I'm attempting to run multiple instances of my program, but with separate configs for each.
29 replies