Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/config/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ export const botConfig = {
economy: {
currency: {
// Currency display name.
name: "coins",
name: "money",
// Plural display name.
namePlural: "coins",
namePlural: "money",
// Currency symbol shown in balances.
symbol: "$",
},
Expand All @@ -172,7 +172,7 @@ export const botConfig = {
startingBalance: 0,

// Maximum bank amount before upgrades (if upgrades are used).
baseBankCapacity: 100000,
baseBankCapacity: 10000000000,

// Daily reward amount.
dailyAmount: 100,
Expand Down Expand Up @@ -205,7 +205,7 @@ export const botConfig = {
// SHOP SETTINGS
// =========================
// Add shop defaults here when needed.
shop: {
shop: { diamond , gold ,

},

Expand Down Expand Up @@ -268,7 +268,7 @@ export const botConfig = {

// Allowed winner count range.
minimumWinners: 1,
maximumWinners: 10,
maximumWinners: 1,

// Allowed giveaway duration range in milliseconds.
// 300000 = 5 minutes.
Expand Down Expand Up @@ -386,7 +386,7 @@ export const botConfig = {
// =========================
// COUNTER CHANNELS
// =========================
counters: {
counters: {
defaults: {
// Default naming/description templates for counter entries.
name: "{name} Counter",
Expand Down Expand Up @@ -648,4 +648,4 @@ export function getRandomColor() {
return colors[Math.floor(Math.random() * colors.length)];
}

export default botConfig;
export default botConfig;