Added new aliases
This commit is contained in:
parent
978f6bc932
commit
d3801b48e0
@ -1,6 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Release Version 1.2
|
## Release Version 1.2
|
||||||
|
- New aliases: `?fineart`, `?artishard`, `?indeed`, `?florida`, `?stop`
|
||||||
- Added YouTube search command
|
- Added YouTube search command
|
||||||
- Fixed reconnection starting duplicate timers
|
- Fixed reconnection starting duplicate timers
|
||||||
- Added system to prevent MOTD from chosing the same daily result consecutively
|
- Added system to prevent MOTD from chosing the same daily result consecutively
|
||||||
|
@ -311,6 +311,16 @@ class Onequestionmark {
|
|||||||
m.reply({content:"https://cdn.discordapp.com/attachments/1071547517847732305/1147590229960691742/communism.gif"}, false);
|
m.reply({content:"https://cdn.discordapp.com/attachments/1071547517847732305/1147590229960691742/communism.gif"}, false);
|
||||||
case "opinions":
|
case "opinions":
|
||||||
m.reply({content:"https://cdn.discordapp.com/attachments/1071547517847732305/1147983375701921892/opinions.jpg"}, false);
|
m.reply({content:"https://cdn.discordapp.com/attachments/1071547517847732305/1147983375701921892/opinions.jpg"}, false);
|
||||||
|
case "fineart":
|
||||||
|
m.reply({content:"https://cdn.discordapp.com/attachments/270113422232911883/423323629116325898/unknown.png"}, false);
|
||||||
|
case "artishard":
|
||||||
|
m.reply({content:"https://cdn.discordapp.com/attachments/270113422232911883/356638565834424330/tumblr_nrxhzoF0KM1t75ioqo2_250.jpg"}, false);
|
||||||
|
case "indeed":
|
||||||
|
m.reply({content:"https://cdn.discordapp.com/attachments/1071547517847732305/1305252892491649145/indeed.gif"}, false);
|
||||||
|
case "florida":
|
||||||
|
m.reply({content:"https://cdn.discordapp.com/attachments/1071547517847732305/1305253566348529696/florida.gif"}, false);
|
||||||
|
case "stop":
|
||||||
|
m.reply({content:"https://cdn.discordapp.com/attachments/1071547517847732305/1305253985036275712/stop.jpg"}, false);
|
||||||
// Image database commands
|
// Image database commands
|
||||||
case "hug":
|
case "hug":
|
||||||
if (hugDB.length > 0) {
|
if (hugDB.length > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user