Use asset folder

This commit is contained in:
loicbersier 2019-11-09 12:04:14 +01:00
parent 0113996b80
commit b68dcc5ce7

View file

@ -27,7 +27,7 @@ class commandStartedListener extends Listener {
if (count < 10) { if (count < 10) {
console.log('Gold triggered!'); console.log('Gold triggered!');
this.client.user.setActivity('people buy haha yes gold™', { type: 'WATCHING' }); this.client.user.setActivity('people buy haha yes gold™', { type: 'WATCHING' });
return message.channel.send('To further utilize this command, please visit https://namejeff.xyz/gold', {files: ['img/gold.png']}); return message.channel.send('To further utilize this command, please visit https://namejeff.xyz/gold', {files: ['./asset/img/gold.png']});
} }
} }
} }