You’re placing this in a client file. This has to be inside of a server file.

move your help.lua file and change your fxmanifest:

fx_version 'cerulean'
game 'gta5'

description 'Discord Commands'
version 'beta'

client_scripts {
    'commands/*.lua'
}

server_script 'help.lua'