aoijs / aoi.js

aoi.js - The most advanced string-based package to create a Discord Bot fast and powerful.
https://aoi.js.org
Apache License 2.0
332 stars 132 forks source link

$referenceMessageId[messageid?] #555

Closed Mody-0 closed 6 months ago

Mody-0 commented 7 months ago

Featuring Type

Function

So, what is it about?

Current usage of this function only allows us to get the referenceMessageID of the command msg id, but what If I wanted to get a reference msg id of another msg ? so I thought of adding a messageid field in that function so that then we can either leave it empty to get the command's reference or specify a msg id to get the specified message's reference

Code of Conduct