Skip to content

Commit

Permalink
Rename to d4_discordbot
Browse files Browse the repository at this point in the history
  • Loading branch information
D4isDAVID committed Oct 25, 2024
1 parent b8d537d commit bfb9605
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
rm -rf "./package-lock.json"
rm -rf "./package.json"
mkdir ../discordbot-out
mv -v * ../discordbot-out/
mv -v ../discordbot-out/ ./discordbot/
mkdir ../d4_discordbot-out
mv -v * ../d4_discordbot-out/
mv -v ../d4_discordbot-out/ ./d4_discordbot/
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: discordbot
name: d4_discordbot
path: |
./*
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Archive
shell: bash
run: |
7z a "discordbot.zip" "./discordbot/discordbot"
7z a "d4_discordbot.zip" "./d4_discordbot/d4_discordbot"
- name: Draft release
uses: softprops/action-gh-release@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[unreleased commits]

[unreleased commits]: https://github.com/D4isDAVID/discordbot/commits/main
[unreleased commits]: https://github.com/D4isDAVID/d4_discordbot/commits/main
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# discordbot
# d4_discordbot

> [!NOTE]
> This project is still in development.
Expand Down
2 changes: 1 addition & 1 deletion discordbot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# To actually change these settings you can:
# - copy this file elsewhere, modify, and execute it from another cfg file;
# - copy and modify the individual convars you wish to configure;
# - or modify this file, and execute it directly from another cfg file via the command `exec @discordbot/discordbot.cfg`.
# - or modify this file, and execute it directly from another cfg file via the command `exec @d4_discordbot/discordbot.cfg`.

# The bot token to use for Discord API authentication.
set discordbot:botToken "YOUR_BOT_TOKEN_HERE"
Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ game 'gta5'
version '0.1.0-dev'
description 'Discord integration for FiveM servers'
author 'David Malchin <[email protected]>'
repository 'https://github.com/D4isDAVID/discordbot'
repository 'https://github.com/D4isDAVID/d4_discordbot'

server_only 'yes'

Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "d4_discordbot",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit bfb9605

Please sign in to comment.