help with database design for discord bot

  • hi, im a beginner and im building a discord bot and i need help with database design for plugins/subplugins. the structure i have thought of.

    a plugin may or may not have configs, subplugins or values example of plugin with only values:

    - auto_message: each value is defines a message to send at X interval

    example of plugin with only configs:

    - welcome: config stores the message to send and the channel to send it when a member joins a server

    example of plugin with subpluggins:

    moderation

    ├── lockdown

    ├── mute_ban

    ├── appeals

    configs holds like the settings or general parameters. while values, if applicable, holds one 'instance' of the functionality of plugin.

    feedback please

     

    ABotHasNoNameERD

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply