我正在尝试与Twilio的IP消息服务集成,并尝试遵循他们的指南:
我正在使用带有Node.JS后端的AngularJS前端。
下面是我的后端调用,它可以很好地执行:
getTwilioToken: function (request, response) {
var appName = 'AppTwilio';
var identity = request.body.id;
var deviceId = request.body.device;
// Create a unique ID for the client on their cu
你好,我正在尝试制作一个不和谐的机器人来解除某人的禁令,但它给了我这个错误: Unhandled promise rejection: Error [BAN_RESOLVE_ID]: Couldn't resolve the user ID to unban.
at GuildMemberManager.unban (C:\Users\Jakub Sokol\Documents\Coding\Discord Bots\Smiley\node_modules\discord.js\src\managers\GuildMemberManager.js:210:36)
at
// CplusTest20161027.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
using namespace std;
class Line {
public:
int getLength(void);
Line(int len); // simple constructor
// Line
所以,我一直在编写ban命令,刚刚完成,我开始得到这个错误。我不知道如何修复它,即使在互联网上搜索了一段时间。有人能帮我做这件事吗?
这是我正在犯的错误:
/Users/Aplex/Documents/Aplel/Commands/Moderation/ban.js:45
const Target = options.getMember("target");
^
TypeError: options.getMember is not a function
at Object.execute