latex bot discord
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 989d6ff..5a5c4b7 100644 --- a/project.godot +++ b/project.godot @@ -39,6 +39,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://addons/discord_gd/classes/helpers.gd" }, { +"base": "DiscordBot", +"class": "LaTeXbot", +"language": "GDScript", +"path": "res://Latex.gd" +}, { "base": "Reference", "class": "Message", "language": "GDScript", @@ -81,6 +86,7 @@ _global_script_class_icons={ "DiscordInteraction": "", "Embed": "", "Helpers": "", +"LaTeXbot": "", "Message": "", "MessageActionRow": "", "MessageButton": "", |