commit 459642e75d80665657d337540ab422cd95f0a92e parent 1c70ac94078a7aee9da2cfdcd784944d9831ca61 Author: Bruno <b-coimbra@hotmail.com> Date: Fri, 20 Mar 2020 19:19:09 -0300 Update ship.ts Diffstat:
M | lib/commands/ship.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/commands/ship.ts b/lib/commands/ship.ts @@ -99,7 +99,7 @@ export default home_scope => { attachment: image.bitmap.data, name: filename }]) - .setImage(`attachment://${filename}` + image); + .setImage(`attachment://${filename}`); message.channel.send(embed); })