update default prefix

This commit is contained in:
derpystuff 2023-11-15 20:24:43 +01:00
parent 8c8e3ab097
commit 1d3f789e8a
4 changed files with 15 additions and 11 deletions

View file

@ -3,9 +3,13 @@ module.exports.DISCORD_INVITES = Object.freeze({
privacy: "https://discord.gg/sQs8FhcTGh"
})
module.exports.DEFAULT_BOT_PREFIX = 'lc.'
module.exports.DEFAULT_BOT_NAME = 'labsCore'
// The first prefix in this list is considered the
// default prefix and will be displayed in various
// places throughout the app
module.exports.DEFAULT_PREFIXES = ['lc.', 'ic.', 'pb.']
module.exports.PRIVACY_POLICY_SECTIONS = [
'### Summary\n- We do not store or collect information about our users or their servers.\n- We do share data with third parties that isn\'t strictly necessary to operate certain functionality.',
'### The information we collect\nWe use technology to log unexpected issues that may occur when interacting with our application. These logs are only shared with the developers of the application and not accessible to the public. Logged information includes:\n- Your username, server and channel\n- The command you executed, as well as its arguments (excluding images)',