Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DiscordApexBotJS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Severin Sprenger
DiscordApexBotJS
Merge requests
!3
Doc and pingall bugfix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Doc and pingall bugfix
V1-3-doc-pingall-bugfix
into
main
Overview
2
Commits
2
Pipelines
0
Changes
4
Merged
Severin Sprenger
requested to merge
V1-3-doc-pingall-bugfix
into
main
3 years ago
Overview
2
Commits
2
Pipelines
0
Changes
4
Expand
Added some more comments
Tested all functions
Better CLI log output
Bugfix in pingall command
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
fb410fd8
2 commits,
6 months ago
4 files
+
10
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
src/commands/apex/map.ts
+
1
−
3
Options
import
{
Message
,
MessageEmbed
,
ReplyMessageOptions
,
MessageAttachment
}
from
'
discord.js
'
import
fetch
from
'
node-fetch
'
//! NOT TESTED (DISCORD API OUTAGE)
//* Tested BakxY 09.03.2022 on version 1.3
export
default
{
callback
:
(
ctx
:
Message
,
APEX_TOKEN
:
string
,
...
args
:
string
[])
=>
{
Loading