changed this line in [version 2 of the diff](/csc/discord-bot/-/merge_requests/7/diffs?diff_id=56697&start_sha=5affdb97adb9930b17c27cbb3798508e1bc7df52#7e7ef8f416e9404a88d5be3113f74bfabe81e0cc_15_15)
I think these messages should be more friendly, since our bot is Codey, so we should think about how Codey would respond. We can also talk about this more in our next meeting.
I think these messages should be more friendly, since our bot is Codey, so we should think about how Codey would respond. We can also talk about this more in our next meeting.
Is there a way we can give a more descriptive error? It would be nice to know what args the command is looking for.
changed this line in version 2 of the diff
added 1 commit
92e5b288
- add detailed error messageCompare with previous version
I think we can move this method to like a
initDB
function in the db module, where we create any tables we need if necessarywe can talk about what command we should use in the next meeting
should do something like
I think these messages should be more friendly, since our bot is Codey, so we should think about how Codey would respond. We can also talk about this more in our next meeting.
same here, should avoid using
.then
if we are using async/await