mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
More Formatting Woot
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = class IMDBCommand extends commando.Command {
|
||||
name: queryMovie
|
||||
}, (err, response) => {
|
||||
movie = response;
|
||||
if (movie === undefined) {
|
||||
if (!movie) {
|
||||
message.channel.send(":x: Error! Movie not found!");
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user