Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 597 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 597 Bytes

Discord.js-ping-bot v1.1.0

Don't forget to enable MESSAGE CONTENT intent

{
    "token": "",
    "prefix": ".",
    "guild_id": "",
    "guild_channel_id": "",
    "bot_message_id": "",
    "refresh_interval": 10, // Time in seconds
    "ips": [
        {
            "ip": "flavibot.xyz",
            "name": "FlaviBot web"
        },
        {
            "ip": "api.flavibot.xyz",
            "name": "FlaviBot API"
        },
        {
            "ip": "google.com",
            "name": "Google"
        }
    ]
}

Developed by flav#2200 with ❤️