forked from ChrisChrome/weather-bot
Update bot description in index.js
This commit is contained in:
parent
d236181231
commit
b746a19476
2
index.js
2
index.js
|
@ -427,7 +427,7 @@ discord.on("interactionCreate", async (interaction) => {
|
||||||
thumbnail: {
|
thumbnail: {
|
||||||
url: discord.user.avatarURL()
|
url: discord.user.avatarURL()
|
||||||
},
|
},
|
||||||
description: `I am a bot that listens to weather.im alerts and sends them to discord channels.\nI am open source, you can find my code [here!](https://github.com/ChrisChrome/iembot-2.0)`,
|
description: `I listen to all the weather.im rooms and send them to discord channels.\nI am open source, you can find my code [here!](https://github.com/ChrisChrome/iembot-2.0)\n\nThough this is definitely a spiritual successor to NWSBot, we are not affiliated with NWSBot or the National Weather Service.`,
|
||||||
fields: [
|
fields: [
|
||||||
{
|
{
|
||||||
name: "Guilds",
|
name: "Guilds",
|
||||||
|
|
Loading…
Reference in a new issue