-
### Code of Conduct
- [X] I have read and agree to the aoijs docs project's [Code of Conduct](https://github.com/aoijs/documentation/blob/v5.1.2/.github/docs/CODE_OF_CONDUCT.md)
### What function on…
-
### Bug Type
Function
### Bugged Behavior
```js
bot.command({
name: "test",
code: `
$awaitMessages[$channelID;$authorID;10s;yes,y,no,n;yes,yes,no,no;
{newEmbed:
{title:No…
-
### Bug Type
Function
### Bugged Behavior
```js
module.exports = [
{
name: "whois",
code: `
$clientTyping
$reply[$messageID;true]
$if[$isNumber[$noMent…
-
### Bug Type
Callback
### Bugged Function
```js
bot.functionManager.createFunction({
name: "$function", // custom function name, can be anything.
params: [ "parameter", ... ], // function…
-
### Current Behavior
When you play a song via $playTrack[the url;url] you cannot add another song to the queue, using the function again to add to queue will just play another song and skip the curre…
-
### Bug Type
Command Prompt Error
### Bugged Function
```js
module.exports = [{
name: "voiceStateUpdate",
type: "voiceStateUpdate",
channel: "somechannelID",
$if: "old",
…
-
### Current Behavior
The position of the current track playing is displayed incorrectly. There are instances where the position of the playing track is `0` and sometimes `1`. When the playing track i…
-
### Bug Type
Function
### Bugged Function
```js
{
name: "object-check",
code: `Result for api: $isValidObject[$get[jsonresponse]]
Result for normal object: $isValidObject[{"name":…
-
### Bug Type
Function
### Bugged Function
```js
module.exports = [{
name: "bonus",
code: `
$title[1;Щоденна винагорода.]
$description[1;
**Ви отримуєте:** \`$random[100;1000]\` монет.
…
-
### Bug Type
Function
### Bugged Function
```js
module.exports = ({
name: "cooldown",
aliases: ["cd","time","timer","t"],
code:`
$color[1;#000000]
$author[1;$username[$authorID]'s Cooldown;(gi…