mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-12-22 15:36:24 -05:00
more 2.1.0
This commit is contained in:
parent
167d69e564
commit
c8e2828043
@ -69,7 +69,7 @@ client.on("message", async message => {
|
|||||||
**Uptime:** ${prettyMilliseconds(client.uptime)} \n \
|
**Uptime:** ${prettyMilliseconds(client.uptime)} \n \
|
||||||
**Started at:** ${client.readyAt} \n \
|
**Started at:** ${client.readyAt} \n \
|
||||||
**People:** ${client.users.cache.size}`)
|
**People:** ${client.users.cache.size}`)
|
||||||
.setFooter("osselbot v2.0.4 run version for full info");
|
.setFooter("osselbot v2.1.0 run version for full info");
|
||||||
return message.channel.send(embed);
|
return message.channel.send(embed);
|
||||||
};
|
};
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
@ -143,7 +143,7 @@ client.on("message", async message => {
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
if (command === "version") {
|
if (command === "version") {
|
||||||
return message.channel.send("``` ________________________________________\n \
|
return message.channel.send("``` ________________________________________\n \
|
||||||
< @technicolor-creamsicle/osselbot@2.0.4 >\n \
|
< @technicolor-creamsicle/osselbot@2.1.0 >\n \
|
||||||
----------------------------------------\n \
|
----------------------------------------\n \
|
||||||
\\ ^__^\n \
|
\\ ^__^\n \
|
||||||
\\ (oo)\\_______\n \
|
\\ (oo)\\_______\n \
|
||||||
|
Loading…
Reference in New Issue
Block a user