←back to thread

139 points exists | 6 comments | | HN request time: 0.963s | source | bottom
1. pavel_lishin ◴[] No.44360159[source]
> If BotGhost is forced to shut down, your bot will stop working. Your settings, custom commands, custom events, market commands, market events and any work at all hosted on BotGhost will be lost. Because BotGhost does not produce code, there is no way for us to export your bot's configuration.

> BotGhost cannot export bot configurations due to its no-code structure. If shutdown happens, all bots and user data will be permanently lost.

I don't think I understand this part - what does the "no-code" mean in this context? How can this data not be stored somewhere for the service to function at all? Does this mean that BotGhost also has no backups, and a technical glitch could cause a similar problem?

replies(3): >>44360224 #>>44360263 #>>44360443 #
2. ◴[] No.44360224[source]
3. paxys ◴[] No.44360263[source]
An end user creates an application in Discord. They create a bot within that application, and Discord generates a token for the bot. They then copy the token into BotGhost, and BotGhost "operates" the bot. The application itself is still owned by the user, and BotGhost has no access to it.
replies(1): >>44360397 #
4. markasoftware ◴[] No.44360397[source]
botghost should still theoretically be able to serialize and export the bot's logic
replies(1): >>44360811 #
5. teraflop ◴[] No.44360443[source]
What they mean is "the 'no-code' logic for your bot is stored in a proprietary format that's only understood by our software, and we don't want to release our software publicly, nor do we want to document the format."
6. lsaferite ◴[] No.44360811{3}[source]
They could export a DSL that captures the workflow at least.