davidpr0811 / ce-main-bot

Ein Discord Bot der Fast alles was man braucht kann

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ce-main-bot

Ein Discord Bot der Fast alles was man braucht kann

Bei fragen bitte in issues schauen

Schritt 1 (Γ€ndern der configurationen)

Die Datei befindet sich unter /botconfig/config.json

consfig.json

{
    "token":"Discord Bot token",
    "welcchannel":"Willkommens channel id",
    "owner":[""],
    "prefix":".",
    "Statusrollen":{
        "statustxt1":"dsc.gg/chilleckede",
        "statustxt2":"chillecke",
        "guildid":"993154733659390022",
        "roleid":"1002525394802581574"
    },
    "selfroles": {
        "farbe":{
            "Red":"996376009052012646",
            "Purple":"996376009593065482",
            "Green":"996376009718902805",
            "Pink":"996376010675212380",
            "Orange":"996376011065282581",
            "Yellow":"996376011279192085",
            "Blue":"996376012155781220"
        },
        "herkunft": {
            "Europe":"996376092694818877",
            "North_America":"996376093294592010",
            "South_America":"996376093814685736",
            "Asia":"996376094330597416",
            "Oceania":"996376094712266822",
            "Africa":"996376095232364554"
        },
        "plattform":{
            "PC":"996376043403362305",
            "XBOX":"996376044460310588",
            "Playstation":"996376048063221851",
            "Switch":"996376048876916846",
            "Mobile":"996376049602539620"
        }
    },
    "servers": {
    },
    "passwords": {
    },
    "usernames": {
    }
}

Settings.json

{
    "chilleckegid":"Deine Server ID",
    "ads_channel":"werbe channel id",
    "autodeletechannel":"Auto delete channel id",
    "vemojis":["emoji 1","emoji 2","emoji 2"],
    "feedbackchannel":"feedback channel id",
    "feedback_emojis":["πŸ₯°", "🀩", "😎", "πŸ˜‡", "😍", "πŸ™ƒ", "πŸ’", "❀️", "πŸ‘€", "🟒", "βœ…", "πŸ”₯", "🌊", "✨", "πŸ’«", "πŸ’―", "πŸ‘‘", "πŸ’“", "πŸ’ž", "πŸ™"],
    "ticket_umsg":{
        "guild":"993154733659390022",
        "chid":"996856753113288856",
        "msgid":"1002726536006357003",
        "supportid":"998671714386976788"
    },
    "paypal":{
        "clientconfig":{
             "clientsecret":"",
             "clientid":""
            },
        "Discord":{
            "guildid":"",
            "logchannel":"",
            "adminlogs":""
        }
       
    },
    "guess_the_number":{
        "channel":"guess the number channel id"
    },
    "ticketsystem":{
        "supportrole":"supporter rollen id fΓΌr das ticket System",
        "parentid":"Kategory Id fΓΌr das Ticket system"
    }
}

Schritt 2 (Instalation von packages) npm i

node .


Optionale Einstellungen

Node Stats *Ersetze die js Datei in /moduls/other/import.js durch
* Und trage die server in /botconfig/config.json ein

```json 
 "servers": {
"node1":"ipadresse",
"node2":"ipadresse"
},
"passwords": {
"node1":"serverpasswort",
"node2":"serverpasswort"
},
"usernames": {
"node1":"username"
"node2":"username"
}
```

Viel Spaß mit dem bot

About

Ein Discord Bot der Fast alles was man braucht kann


Languages

Language:JavaScript 100.0%