Skip to content

Instantly share code, notes, and snippets.

View nxtlo's full-sized avatar
🏴‍☠️

fate nxtlo

🏴‍☠️
View GitHub Profile
@christopher-dG
christopher-dG / djl.jl
Last active November 3, 2020 11:26
Discord.jl's doc bot
using Discord
using REPL
const PREFIX = "julia> " # Cutesy Julia prompt.
const EMOTE = "<:julia:511658283090706453>" # Julia logo.
const COLOUR = 0x36393f # "Invisible" border for dark theme.
const CHRIS, JUAN = 0x0295605b65400000, 0x02a82393a1420002
const ADMINS = [CHRIS, JUAN]
chris_dm = nothing